🎖️GitЯра🎖️
Commit 9a0ed4ddf8365a84addf92ba10f46e9cb0ca8407
Parents : 45939b3
Author : James Rich <james.a.rich@gmail.com>
Date : 2026-06-03T17:03:30-05:00
ci: run Pull Request CI for PRs targeting release/** branches
Enables the full validate-and-build pipeline on PRs whose base is a
release branch (e.g. release/2.8.0), not just main, so milestone PRs
retargeted onto the release branch get per-PR CI before merge.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Changes
Diff
diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml
index 91718446a6..2ce18a8b7c 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -2,7 +2,7 @@ name: Pull Request CI
on:
pull_request:
- branches: [ main ]
+ branches: [ main, "release/**" ]
permissions:
contents: read
Served by rngit 1.5.0 - Generated in 0.04s